home *** CD-ROM | disk | FTP | other *** search
/ ...taking it to the Macs! / ...taking it to the Macs!.iso / Extras / Internet Developer Demos / Bare Bones Software Goodies / BBEdit 4.0 Demo Folder / BBEdit Glossary / C Source / FileHeader.c next >
Text File  |  1995-07-24  |  451b  |  23 lines

  1. /******************************************************************************
  2.  *
  3.  *    File:            #file#
  4.  *
  5.  *    Function:        
  6.  *
  7.  *    Author(s):        <put your name here>
  8.  *
  9.  *    Copyright:        Copyright (c) 1995 <whomever>
  10.  *                    All Rights Reserved.
  11.  *
  12.  *    Source:            Started anew.
  13.  *
  14.  *    Notes:            
  15.  *
  16.  *    Change History:
  17.  *            95_xx_xx_nnn    Started source
  18.  *    
  19.  *****************************************************************************/
  20.  
  21. #include "#file##insertion#h"
  22.  
  23.